Skip to main content

ChartSdkDateFormatsConfig

ChartSdkDateFormatsConfig : {defaultDataSourceId?: string , tsDateConstants?: Record< string, string > , tsDefinedCustomCalenders?: any , tsLocaleBasedDateFormats?: Record< string, DateFormats > , tsLocaleBasedStringsFormats?: Record< string, string > }

Configuration object for date formats and settings in the Chart SDK. Provides locale-specific date and string formats, constants, and custom calendars.

Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/common.types.ts#L313

Parameters

defaultDataSourceId

defaultDataSourceId: string

Optional

tsDateConstants

tsDateConstants: Record< string, string >

Optional

tsDefinedCustomCalenders

tsDefinedCustomCalenders: any

Optional

tsLocaleBasedDateFormats

tsLocaleBasedDateFormats: Record< string, DateFormats >

Optional

tsLocaleBasedStringsFormats

tsLocaleBasedStringsFormats: Record< string, string >

Optional